home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / Miro_Installer.exe / resources / css / nav-bar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-10  |  1.5 KB  |  85 lines

  1. #nav-bar {
  2.     background: url(../images/nav-bar.png) repeat-x left top;
  3.     margin: 0;
  4.     padding: 5px;
  5.     color: #fff;
  6.     position: fixed;
  7.     top: 0px;
  8.     left: 0px;
  9.     width: 100%;
  10.     height: 16px;
  11.     z-index: 1;
  12.     font-size: 80%;
  13.     vertical-align: middle;
  14. }
  15.  
  16. #nav-bar ul {
  17.     margin: 0;
  18.     padding-left: 0;
  19.     padding-right: 8px;
  20.     float: left;
  21.     list-style-type: none;
  22. }
  23.  
  24. #nav-bar ul li {
  25.     height: 16px;
  26.     float: left;
  27. }
  28.  
  29. #nav-bar .hidden {
  30.     display: none;
  31. }
  32.  
  33. #nav-bar ul a {
  34.     display: block;
  35.     height: 100%;
  36.     margin-right: 1px;
  37.     color: black;
  38.     text-decoration: none;
  39. }
  40.  
  41. #nav-bar .previous a {
  42.     width: 16px;
  43.     background-image: url(../images/previous.png);
  44. }
  45.  
  46. #nav-bar .next a {
  47.     width: 16px;
  48.     background-image: url(../images/next.png);
  49. }
  50.  
  51. .home-button-left {
  52.     margin-left: 15px;
  53.     padding-left: 6px;
  54.     display: block;
  55.     background: url(../images/home-button-left.png) top left no-repeat;
  56. }
  57.  
  58. .home-button-left:hover {
  59.     text-decoration: none;
  60. }
  61.  
  62. .home-button-right {
  63.     padding-right: 6px;
  64.     display: block;
  65.     background: url(../images/home-button-right.png) top right no-repeat;
  66. }
  67.  
  68. .home-button-content {
  69.     display: block;
  70.     height: 16px;
  71.     background: url(../images/home-button-middle.png) top left repeat-x;
  72.     text-align: center;
  73.     line-height: 16px;
  74.     vertical-align: middle;
  75.     padding: 0px 5px;
  76. }
  77.  
  78. #load-indicator {
  79.     position: fixed;
  80.     display: block;
  81.     top: 4px;
  82.     right: 10px;
  83.     z-index: 1;
  84. }
  85.